body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

@font-face {
	font-family: zaofang;
	/*这里是说明调用来的字体名字*/
	src: url(../font/MFYueHei_Noncommercial-Regular.otf);
	/*这里是字体文件路径*/
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

body {
	background: url(../images/indexbj.jpg) top center repeat;
	margin: 0;
	font-family: "微软雅黑";
}

header {
	width: 100%;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.headercon {
	width: 1100px;
	margin: auto;
	min-height: 100px;
}

.hylogo {
	height: 80px;
	float: left;
	margin: 10px 0;
}

.hylogo1 {
	float: left;
}

.headermenu {
	float: right;
	width: 65%;
}

.headermenu1 {
	float: right;
	margin-top: 20px;
}

.headermenu1 img {
	float: left;
}

.headermenu1 p {
	float: left;
	line-height: 30px;
	color: #da261f;
	font-size: 17px;
	font-weight: bold;
}

.headermenu2 {
	float: right;
}

.headermenu21 {
	float: left;
}

.headermenu21 a {
	display: block;
	width: auto;
	padding: 10px 0px;
	float: left;
	margin-left: 40px;
	font-size: 15px;
	color: #000000;
	transition: all 0.3s ease;
}

.headermenu21 a:hover {
	color: #16985a;
}

.headerkb {
	height: 100px;
	width: 100%;
}

.index01 {
	width: 100%;
	background-color: #f5f5f5;
}

.index01main {
	width: 1200px;
	margin: auto;
	padding: 50px 0;
}

.index01tit {
	font-size: 40px;
	text-align: center;
}

.index01tit1 {
	color: #aaaaaa;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.index01tit2 {
	font-size: 40px;
	text-align: center;
	color: #FFFFFF;
}

.index01tit12 {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.gcal {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.gcal1 {
	width: 23%;
	margin: 15px 1%;
	float: left;
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 0px 5px #9E9E9E;
	-webkit-box-shadow: 0px 0px 5px #9E9E9E;
	box-shadow: 0px 0px 5px #9E9E9E;
}

.gcal1 a {
	float: left;
	display: block;
	padding: 8px;
}

.gcal1 a img {
	width: 100%;
}

.gcal1 a p {
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #16985A;
	transition: all 0.3s ease;
}

.gcal1:hover>a p {
	background-color: #DA261F;
}

.ckgd {
	display: block;
	margin: auto;
	margin-top: 20px;
	width: 100px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #16985A;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.ckgd:hover {
	background-color: #DA261F;
}

.ckgd i {
	margin-left: 5px;
}

.index02 {
	width: 100%;
}

.index02main {
	width: 1200px;
	margin: auto;
	padding: 50px;
    border-bottom: 1px solid #aaaaaa;
    background-color: #f5f5f5;
    margin-top:-1px;

}

.aboutjs {
	line-height: 25px;
	width: 90%;
	margin-left: 5%;
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #FFFFFF;
	text-indent: 2em;
}

.index03 {
	width: 100%;
	
}

.index03main {
	width: 1200px;
	padding: 50px;
	margin: auto;
	margin-top:-1px;
	background-color: #ffffff;
}

.indexpro {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.indexpro1 {
	width: 31.3%;
	margin: 15px 1%;
	float: left;
	border: 1px dotted #dddddd;
	padding: 5px;
}

.indexpro1 a img {
	width: 100%;
	height: 332px;
	transition: all 0.3s ease;
}

.indexpro1 a p {
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

.indexpro1:hover>a img {
	opacity: 0.8;
}

.index04 {
	width: 100%;
}

.index04main {
	width: 1200px;
	margin: auto;
	padding: 50px;
	background-color: #f5f5f5;
}

.index05new {
	width: 100%;
	float: left;
	margin: 30px 0;
}


.index05new1right h3 {
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	border-bottom: 1px dotted #aaaaaa;
}

.index05new1right p {
	font-size: 13px;
	color: #666666;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.index05new1left{
                        	width: 48%;
                        	float: left;
                        }
                        .index05new1right{
                        	width: 48%;
                        	float: right;
                        }
                        .swiper-slide{
                        	position: relative;
                        }
                        .swiper-slide p{
                        	width: 100%;
                        	padding: 0 10px;
                        	position: absolute;
                        	line-height: 40px;
                        	font-size: 15px;
                        	background-color:rgba(0,0,0,0.5);
                        	color: #ffffff;
                        	bottom: 0;
                        	left: 0;
                        	overflow: hidden;
							white-space: nowrap;
							text-overflow: ellipsis;
                        }
                        .index05new1right1{
                        	width: 100%;
                        	float: left;
                        	margin-bottom:21px;
                        }
                        .index05new1right1 img{
                        	width: 30%;
                        	height: 119px;
                        	float: left;
                        }
                        .index05new1right2{
                        	width: 65%;
                        	float: right;
                        }
                        .index05new1right2 h4{
                        	font-size: 18px;
                        	font-weight: bold;
                        	color: #222222;
                        	margin-bottom: 15px;
                        	overflow: hidden;
							white-space: nowrap;
							text-overflow: ellipsis;

                        }
                        .index05new1right2 div{
                        	font-size: 13px;
                        	color: #666;
                        	line-height: 18px;
                        	height: 36px;
                        	overflow: hidden; 
							text-overflow: ellipsis; 
							display: -webkit-box; 
							-webkit-line-clamp: 2; 
							-webkit-box-orient: vertical; 
							display: -moz-box; 
							-moz-line-clamp: 2; 
							-moz-box-orient: vertical; 
							display: -o-box; 
							-o-line-clamp: 2; 
							-o-box-orient: vertical; 
                        }
                        .index05new1right p{
                        	font-size: 13px !important;
                        	color: #666;
                        	line-height: 18px !important;
                        }
                        .index05new1right p span{
                        	font-size: 13px !important;
                        	color: #666;
                        	line-height: 18px !important;
                        }
                        .index05new1right2 a{
                        	display: block;
                        	width: 80px;
                        	line-height: 25px;
                        	background-color: #16985a;
                        	color: #ffffff;
                        	font-size: 12px;
                        	text-align: center;
                        	margin-top: 15px;
                        	border-radius: 3px;
                        	transition: all 0.3s ease;
                        }
                        .index05new1right2 a:hover{
                        	background-color: #222222;
                        }
                        .index05new1right1:last-child{
                        	margin-bottom: 0px;
                        }

.index06 {
	width: 100%;
	
}

.index06main {
	width: 1200px;
	padding: 50px;
	background-color: #ffffff;
	margin: auto;
}

.index06mainleft {
	width: 45%;
	float: left;
}

.index06tit {
	font-size: 18px;
	color: #000000;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

.index06tit span {
	font-size: 15px;
	color: #AAAAAA;
}

.index06lx {
	margin-top: 20px;
}

.index06lx p {
	line-height: 25px;
	font-size: 15px;
}

.index06mainright {
	width: 45%;
	float: right;
}

.lyinp {
	width: 100%;
	border: 1px solid #DDDDDD;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
}

.lyinp1 {
	width: 98%;
	border: 1px solid #DDDDDD;
	height: 100px;
	padding-left: 5px;
	font-size: 15px;
}

.tijiao {
	width: 80px;
	height: 30px;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 5px;
	margin-top: 20px;
	transition: all 0.3s ease;
}

.tijiao:hover {
	background-color: #16985A;
}

.lyname {
	margin-top: 20px;
}

.footercd {
	list-style: none;
	padding: 20px 0;
	margin: 0;
	float: left;
}

.footercd li {
	float: left;
	border-right: 1px solid #ffffff;
	height: 20px;
	padding: 0 10px;
}

.footercd li a {
	font-size: 15px;
	width: auto;
	line-height: 20px;
	color: #ffffff;
}

.footernr {
	width: 100%;
	height: 150px;
}

.footerleft {
	width: 60%;
	float: left;
}

.footerleft1 {
	width: 100%;
	height: 50px;
}

.footerleft1 img {
	width: 50px;
	float: left;
}

.footerleft1 div {
	float: left;
	margin-left: 10px;
	line-height: 25px;
	font-size: 16px;
}

.QQzixun {
	color: #ffffff;
	line-height: 30px;
	font-size: 15px;
	margin-top: 25px;
	text-align: left;
}

.zbadd {
	color: #b99963;
	font-size: 15px;
	text-align: left;
}

.footerright {
	width: 20%;
	float: right;
}

.footerright img {
	width: 100px;
	margin: auto;
}

.footerright p {
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	font-size: 15px;
}

.tem_footer {
	position: relative;
	padding: 15px 0;
	background: #222222;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.tem_footer a {
	color: #4a4a4a;
}

.tem_footer_nav {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	height: 30px;
	line-height: 30px;
}

.tem_footer_nav a {
	margin-left: 30px;
}

.tem_inner {
	width: 1200px;
	margin: auto;
}

.aboutustit {
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	margin-bottom: 5px;
	color: #16985A;
}

.banner {
	width: 100%;
}

.aboutus {
	width: 1100px;
	margin: 20px auto;
	padding: 50px;
	background-color: #ffffff;
	
}

.aboutusimg {
	width: 100%;
	display: block;
	margin: 30px 0;
	padding: 10px;
	border: 1px dotted #AAAAAA;
	box-sizing: border-box;
}

.aboutustit1 {
	font-size: 15px;
	text-align: center;
	color: #666666;
}

.aboutuscon {
	font-size: 15px;
	line-height: 23px;
	color: #666666;
	margin-top: 20px;
	text-indent: 2em;
}

.productleft {
	width: 20%;
	float: left;
}

.product {
	width: 1200px;
	margin:20px auto;
	padding: 50px;
	background-color: #ffffff;
	
}

.producttit1 {
	font-size: 15px;
	font-weight: 700;
	padding: 0 4%;
	width: 92%;
	line-height: 20px;
	color: #000000;
	border-left: 5px solid #222222;
}

.producttit1 span {
	font-size: 13px;
	color: #aaaaaa;
}

.producttit2 {
	padding: 0 4%;
	width: 92%;
	color: #FFFFFF;
	border-bottom: 1px dotted #AAAAAA;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.product-left1 {
	width: 100%;
	float: left;
	min-height: 400px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.product-left2 {
	padding: 0 4%;
	width: 92%;
	float: left;
	height: 30px;
	border-bottom: 1px solid #f5f5f5;
}

.product-left2:hover>a>.productname {
	color: #aaaaaa;
}

.productimg {
	width: 15px;
	float: left;
	margin-top: 8px;
}

.producttit1 {
	font-size: 15px;
	font-weight: 700;
	padding: 0 4%;
	width: 92%;
	line-height: 20px;
	color: #000000;
	border-left: 5px solid #222222;
}

.producttit1 span {
	font-size: 13px;
	color: #aaaaaa;
}

.producttit2 {
	padding: 0 4%;
	width: 92%;
	color: #FFFFFF;
	border-bottom: 1px dotted #AAAAAA;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.productname {
	line-height: 30px;
	padding: 0 4%;
	width: 92%;
	color: #222222;
	font-size: 15px;
	padding-left: 25px;
}
.productright{
	width: 78%;
	float: right;
}
.producttit11{
	font-size: 15px;color: #02A8F5;font-weight: 700;text-align: left;letter-spacing: 1px;width: 98%;margin-left: 1%;border-bottom: 1px dotted #AAAAAA;padding-bottom: 5px;line-height: 20px;
}
.producttit11 span{
	font-size: 13px;color: #222222;color: #aaaaaa;
}
.productnav{
	color: #aaa;
    font-size: 14px;
    line-height: 50px;
}
.productnav a{
	color: #999999;
	margin: 0 8px;
}
.productnr{
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.productnrleft{
	width: 29%;
	height: 302px;
	float: left;
	padding: 5px;
	border: 1px dotted #AAAAAA;
}
.productdet{
	width: 1100px;
	margin:20px auto;
	padding:50px;
	padding-top: 20px;
	background-color: #ffffff;
	
	
}
.productnrright{
	width: 67%;
	float: right;
}
.productnrright h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.productnrright p{
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	line-height: 20px;
	height: 40px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	display: -moz-box; 
	-moz-line-clamp: 2; 
	-moz-box-orient: vertical; 
	display: -o-box; 
	-o-line-clamp: 2; 
	-o-box-orient: vertical; 
}
.productnrright a{
	display: block;
	width: 90px;
    line-height: 25px;
	text-align: center;
	color: #AAAAAA;
	border: 1px solid #AAAAAA;
	font-size: 14px;
	margin-top: 30px;
	transition: all 0.3s ease;
}
.productnrright a:hover{
	background-color: #222222;
	color: #ffffff;
	border: 1px solid #222222;
}
.swiper-slide img{
	width: 100%;
}
.swiper-pagination-bullet{
	background-color: #0293de;
}

.productdetxq h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #666666;
	margin-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
}
.productdetxq div{
	padding: 5px;
	font-size: 14px;
}
.productdetxq div p{
	font-size: 14px;
}
.productdetxq div p img{
	width: 650px;
	display: block;
	margin: 5px auto;
}
.casename{
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dotted #AAAAAA;
    line-height: 40px;
    font-weight: 700;
    font-size: 20px;
    color: #222222;
}
.productright .indexpro .indexpro1 a img{
	height: 256px;
}
.caseimg img{
	width: 100%;
}
.newscenter{
	width: 1100px;
	margin: 20px auto;
	padding: 50px;
	background-color: #ffffff;
	
}
.newscenter11{
	padding: 20px 0;
	border-bottom: 1px dotted #AAAAAA;
}
.newscenter11tit{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newscenter11tit1{
	font-size: 14px;
	color: #AAAAAA;
	line-height: 18px;
	text-indent: 2em;
	height: 36px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	display: -moz-box; 
	-moz-line-clamp: 2; 
	-moz-box-orient: vertical; 
	display: -o-box; 
	-o-line-clamp: 2; 
	-o-box-orient: vertical; 
}
.newscenter11tit span{
	font-size: 14px;
	color: #AAAAAA;
	float: right;
	font-weight: normal;
}
.morenew{
	display: block;
	width: 80px;
	line-height: 25px;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #666;
	color: #666;
	border-radius: 5px;
	transition: all 0.3s ease;
}
.morenew:hover{
	border: 1px solid #222222;
	color: #ffffff;
	background-color: #222222;
}
.newscenter1{
	margin-top: 50px;
}
.newsnrtit{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.newsnrtit1{
	font-size: 14px;
	color: #AAAAAA;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #AAAAAA;
}
.newsnrcon{
	padding: 10px 0;
}
.newsnrcon p{
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	text-indent: 2em;
}
.newscenter11left{
	width: 20%;
}
.newscenter11right{
	width: 75%;
	float: right;
}
.contactnr{
	width: 1100px;
	margin:20px auto;
	padding: 50px;
	background-color: #ffffff;
}
.contactnrleft{
	width: 45%;
    float: left;
}
.newscenter11tit1 p{
	line-height: 18px !important;
	font-size: 14px !important;
}
.newscenter11tit1 p span{
	line-height: 18px !important;
	font-size: 14px !important;
}
.contactnrtit{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dotted #AAAAAA;
	margin-bottom: 20px;
}
.contactnrtit span{
	font-size: 14px;
	color: #666666;
}
.contactnrcon{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}
.contactnrright{
	width: 45%;
	float: right;
}
.lyinp{
	width: 100%;
	border: 1px solid #DDDDDD;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
}
.lyinp1{
	width: 98%;
	border: 1px solid #DDDDDD;
	height: 100px;
	padding-left: 5px;
	font-size: 15px;
}
.tijiao{
	width: 80px;
	height: 30px;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 5px;
	margin-top: 20px;
	transition: all 0.3s ease;
}
.tijiao:hover{
	background-color: #299d62;
}
.lyname{
	margin-top: 20px;
}
.fenye{
			list-style: none;
			padding:0;
			margin: 0;
			padding-left: 20px;
		}
		.fenye li{
			float: left;
			width: auto;
			line-height: 22px;margin-right: 5px;
			padding:0px 8px;
		}
		.active{
			background-color: #222222;
		}
		.fenye li .current{
			color: #ffffff !important;
		}
		.fenye li a{
			color: #222222 !important;
		}
		.newscenter1{
			margin-bottom: 20px;
		}
